home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 719
- Top = 107
- ActiveControl = edPass
- BorderStyle = bsDialog
- Caption = 'PopTray - Password'
- ClientHeight = 66
- ClientWidth = 320
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 12
- Top = 11
- Width = 48
- Height = 48
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Label1: TLabel
- Left = 76
- Top = 8
- Width = 203
- Height = 13
- Caption = 'Please enter the password to open Poptray'
- end
- object edPass: TEdit
- Left = 68
- Top = 36
- Width = 85
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object btnOK: TBitBtn
- Left = 164
- Top = 34
- Width = 69
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object btnCancel: TBitBtn
- Left = 244
- Top = 34
- Width = 69
- Height = 25
- TabOrder = 2
- Kind = bkCancel
- end
- end
-